-
Notifications
You must be signed in to change notification settings - Fork 205
Add AOCODARCG440_AIO target #929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughA new board configuration header file was added for the AOCODARCG440_AIO target in Betaflight. The configuration defines the MCU type (STM32G47X), board identification, enabled peripheral features, pin mappings for motors, LEDs, UARTs, I2C, SPI and ADC, timer configurations, and default peripheral instance assignments. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes This is a straightforward addition of configuration data for a new board target. Review effort is primarily spent verifying pin mappings, feature assignments, and peripheral configurations match the hardware specifications and follow established conventions. Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Looks like the 4 motor pins are divided over 3 (!?) timers? M1 -> According to the current guidelines:
(Emphesis mine.) Edit: |
As long as the motors are on the same port for a FC using bitbang, it's fine. The G4 is somewhat limited in IO, so there aren't a lot of good options. |
Checklist (✓/✕, or y/n)
Summary by CodeRabbit